removed some bogus commas.
authorTim Janik <timj@src.gnome.org>
Tue, 9 Jun 1998 07:14:34 +0000 (07:14 +0000)
committerTim Janik <timj@src.gnome.org>
Tue, 9 Jun 1998 07:14:34 +0000 (07:14 +0000)
gtk/gtkenums.h

index eaf5b8674d29a202ba5bc931b9a49c4d1f26f3f4..6604eb3a1abb60b6437bccd78d0a609ee77030fe 100644 (file)
@@ -51,7 +51,7 @@ typedef enum
   G_SV (GTK_ARROW_UP,   up),
   G_SV (GTK_ARROW_DOWN,         down),
   G_SV (GTK_ARROW_LEFT,         left),
-  G_SV (GTK_ARROW_RIGHT, right),
+  G_SV (GTK_ARROW_RIGHT, right)
 } G_ENUM (GtkArrowType);
 
 /* Attach options (for tables) */
@@ -69,7 +69,7 @@ typedef enum
   G_SV (GTK_BUTTONBOX_SPREAD,          spread),
   G_SV (GTK_BUTTONBOX_EDGE,            edge),
   G_SV (GTK_BUTTONBOX_START,           start),
-  G_SV (GTK_BUTTONBOX_END,             end),
+  G_SV (GTK_BUTTONBOX_END,             end)
 } G_ENUM (GtkButtonBoxStyle);
 
 /* curve types */
@@ -97,7 +97,7 @@ typedef enum
   G_SV (GTK_JUSTIFY_LEFT,      left),
   G_SV (GTK_JUSTIFY_RIGHT,     right),
   G_SV (GTK_JUSTIFY_CENTER,    center),
-  G_SV (GTK_JUSTIFY_FILL,      fill),
+  G_SV (GTK_JUSTIFY_FILL,      fill)
 } G_ENUM (GtkJustification);
 
 /* GtkPatternSpec match types */